1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class FrmPENDING_STOCK_LIST
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.lstdeffect = New System.Windows.Forms.ListView
26         Me.cmdselect = New System.Windows.Forms.Button
27         Me.cmdcancel = New System.Windows.Forms.Button
28         Me.SuspendLayout()
29         
'
30         
'lstdeffect
31         
'
32         Me.lstdeffect.FullRowSelect = True
33         Me.lstdeffect.GridLines = True
34         Me.lstdeffect.Location = New System.Drawing.Point(
2, 3)
35         Me.lstdeffect.Name =
"lstdeffect"
36         Me.lstdeffect.Size = New System.Drawing.Size(
570, 283)
37         Me.lstdeffect.TabIndex =
0
38         Me.lstdeffect.UseCompatibleStateImageBehavior = False
39         Me.lstdeffect.View = System.Windows.Forms.View.Details
40         
'
41         
'cmdselect
42         
'
43         Me.cmdselect.Location = New System.Drawing.Point(
2, 292)
44         Me.cmdselect.Name =
"cmdselect"
45         Me.cmdselect.Size = New System.Drawing.Size(
62, 25)
46         Me.cmdselect.TabIndex =
1
47         Me.cmdselect.Text =
"&Select"
48         Me.cmdselect.UseVisualStyleBackColor = True
49         
'
50         
'cmdcancel
51         
'
52         Me.cmdcancel.Location = New System.Drawing.Point(
70, 292)
53         Me.cmdcancel.Name =
"cmdcancel"
54         Me.cmdcancel.Size = New System.Drawing.Size(
62, 25)
55         Me.cmdcancel.TabIndex =
2
56         Me.cmdcancel.Text =
"&Cancel"
57         Me.cmdcancel.UseVisualStyleBackColor = True
58         
'
59         
'FrmPENDING_STOCK_LIST
60         
'
61         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
62         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
63         Me.BackColor = System.Drawing.Color.WhiteSmoke
64         Me.ClientSize = New System.Drawing.Size(
575, 323)
65         Me.Controls.Add(Me.cmdcancel)
66         Me.Controls.Add(Me.cmdselect)
67         Me.Controls.Add(Me.lstdeffect)
68         Me.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
69         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
70         Me.Name =
"FrmPENDING_STOCK_LIST"
71         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
72         Me.Text =
"Pending List"
73         Me.ResumeLayout(False)
74
75     End Sub
76     Friend WithEvents lstdeffect As System.Windows.Forms.ListView
77     Friend WithEvents cmdselect As System.Windows.Forms.Button
78     Friend WithEvents cmdcancel As System.Windows.Forms.Button
79 End Class


Gõ tìm kiếm nhanh...